﻿:root {
    --primary: #0163d3;
    --secondary: #536b9a;
    --black: #000000;
    --white: #FFFFFF;
    --textColor: #666666;
}

body,
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

a {
    color: #405189;
}


/* Works on Firefox */

* {
    scrollbar-width: 5px;
    scrollbar-height: 7px;
    scrollbar-color: #536b9a #eee;
}


    /* Works on Chrome, Edge, and Safari */

    *::-webkit-scrollbar {
        width: 5px;
        height: 7px;
    }

    *::-webkit-scrollbar-track {
        background: #eee;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #536b9a;
        border-radius: 20px;
    }

.wrapper {
    overflow: visible;
}

.login-page {
    background: linear-gradient(135deg, #496dff 0%, #4262e9 100%);
    background-image: url('../img/blue_bg.jpg');
    background-size: cover;
}

.se-pre-con {
    background: url('blue-loader.gif') center no-repeat #fff !important;
}

.login-page .login-box .login-logo {
    background-color: #f1f3ff;
}

.login-page .login-box .login-box-body {
    background-color: #0163d3;
    /*border: 2px solid rgba(255,255,255,.6);*/
    border-left: 0px;
}

    .login-page .login-box .login-box-body form .form-field {
        /*box-shadow: 0px 1px 2px rgb(0 0 0 / 20%);*/
        box-shadow: none;
    }

.login-page .login-box .poweredby > span:first-child {
    position: relative;
    top: 12px;
}

.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a {
    background: #4992e8;
    border-left-color: #5780cc;
}

    .skin-blue .sidebar-menu > li:hover > a > i,
    .skin-blue .sidebar-menu > li.active > a > i {
        color: #fff;
    }

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
    background-color: #fff !important;
    box-shadow: 0px 0px 3px #ccc;
}

.main-header {
    z-index: 800;
}

.skin-blue .sidebar-menu > li.active > a {
    background: rgb(115, 166, 233) !important;
    background: linear-gradient(0deg, rgba(115, 166, 233, 1) 0%, rgba(79, 143, 228, 1) 100%) !important;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.treeview-menu > li.active > a {
    border-left: 3px solid #5780cc;
    background-color: #ccecffcc;
}

.skin-blue .sidebar a > i {
    margin-right: 5px;
    /*font-size: 16px;*/
    font-size: 22px;
    text-shadow: 0 0 0.75px #000;
    margin-left: -5px;
}

.skin-blue .sidebar-menu > li > a {
    /*-webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;*/
}

.skin-blue .sidebar a {
    color: #333;
}

.skin-blue .main-header .navbar {
    background-color: #fff;
}

    .skin-blue .main-header .navbar .sidebar-toggle {
        color: #333;
    }

.company-title {
    color: #333;
}

.skin-blue .main-header .navbar .nav > li > a {
    color: #333;
    border-right: 0px solid #fff;
}

.sidebar-menu > li > a > span {
    position: relative;
    /*top: -1px;*/
    top: -4px !important;
}

.navbar-custom-menu > .navbar-nav > li.user-menu .avatar-name > .network-status {
    background-color: #eee;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
    background: #f4f4f4;
}

.content-wrapper .home-content .box {
    background: transparent;
}

.box {
    border-top: 3px solid #0d56bc;
}

.box-header {
    background-color: #fff;
    border-radius: 10px;
    color: #333;
    padding: 10px;
    margin: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

    .box-header .btn-group .btn-quick-action {
        background-color: #fff;
    }

.application-shortcut {
    box-shadow: 0px 2px 3px rgb(0 0 0 / 30%);
    font-size: 12px;
    width: 110px;
}

    .application-shortcut .app-icon {
        color: #0d56bc;
    }

.default-menu-box .box-body.body-menus {
    background-color: #fff;
}

.box-header .box-title {
    font-size: 16px !important;
    font-weight: 700;
}

.content.home-content #bodyMenus {
    text-align: center;
    display: block;
}

.skin-blue .sidebar-menu > li > .treeview-menu {
    background: #fff;
}

.sidebar-menu .treeview-menu > li {
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
}

.skin-blue .treeview-menu > li > a {
    color: #666;
}

    .skin-blue .treeview-menu > li > a > i {
        margin-right: 5px;
    }

    .skin-blue .treeview-menu > li.active > a,
    .skin-blue .treeview-menu > li > a:hover {
        color: #333;
    }

.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
    background-color: #4992e8;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #4992e8;
}

.company-title {
    font-size: 16px;
}

.login-page .login-box .login-logo > .logo-info {
    margin-top: 10px;
    font-weight: 400;
}

.sidebar-fixed a.logo {
    padding-top: 5px;
    /*display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 1rem;*/
}

.sidebar-fixed a.clinical-logo {
    padding-top: 5px;
    /*display: grid;*/
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 1rem
}
    .sidebar-fixed a.logo svg,
    .sidebar-fixed a.logo img {
        /*height: 40px;*/
        display: block;
        max-width: 100%;
        height: 50px;
    }

.sidebar-mini.sidebar-collapse .main-header {
    margin-left: 50px;
}

.skin-blue .main-header .navbar .nav > li > a:hover,
.skin-blue .main-header .navbar .nav > li > a:active,
.skin-blue .main-header .navbar .nav > li > a:focus,
.skin-blue .main-header .navbar .nav .open > a,
.skin-blue .main-header .navbar .nav .open > a:hover,
.skin-blue .main-header .navbar .nav .open > a:focus,
.skin-blue .main-header .navbar .nav > .active > a {
    background: rgb(86 147 229);
}

.company-title > div {
    margin-right: 10px;
}

.box-header .btn-group .btn-quick-action {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.skin-blue .sidebar-form {
    /* border: 1px solid #ccc; */
    border: none;
}

    .skin-blue .sidebar-form .btn {
        background-color: #fff;
    }

.content-wrapper,
.right-side {
    background-color: #f0f5fb;
}

.grid-report-container .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.grid-report-container .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.overlay-section {
    z-index: 15;
}

.navbar-custom-menu .navbar-nav > li > .overlay-section {
    height: 0px;
}

.dropdown.user-menu a.dropdown-toggle:hover .network-status {
    background-color: #085e36;
}

.sidebar-closed .vaibhav-link:hover,
.sidebar-closed .vaibhav-link:active {
    background: #eee !important;
}

.white-header {
    background-color: #fff;
    color: #000;
}

.sidebar-menu > li {
    margin-top: 2px;
}

.sidebar-menu:hover {
    overflow: hidden;
}

.sidebar-collapse .sidebar-menu:hover {
    overflow: visible;
}


/*.summary{
	margin:0px 10px;
}

.summary .col-md-3{
	border:1px solid #eee;
}

.summary small{
	margin-bottom: 5px;
}*/

.grid-report-container {
    border: 0px;
    box-shadow: none;
}

.box-header .text-success {
    background-color: #91f391;
    padding: 5px;
    border-radius: 15px;
    color: #333;
}

.content-wrapper .content .panel {
    margin-bottom: 10px;
}

.panel {
    border: 0px;
    box-shadow: none;
    position: relative;
}

#accordion-group .panel-heading {
    text-align: left;
    color: #333;
    background-color: #fff !important;
    border-color: #ddd;
    padding: 0px;
    border: 0px;
}

    #accordion-group .panel-heading:after {
        content: "";
        height: 1px;
        display: block;
        background-color: #ccc;
        position: absolute;
        top: 14px;
        left: 0px;
        width: 100%;
        z-index: 0;
    }

#accordion-group .panel-title {
    display: inline-block;
    background-color: #fff;
    line-height: 28px;
    z-index: 5;
    position: relative;
    padding-right: 10px;
    font-weight: bold;
    font-size: 15px;
    vertical-align: middle;
}

#accordion-group .panel .panel-body {
    text-align: left;
}

#accordion-group .panel-body .sub-lnk {
    color: #333;
    margin-bottom: 20px;
    display: inline-block;
}

    #accordion-group .panel-body .sub-lnk > i {
        min-width: 20px;
        display: inline-block;
        font-size: 16px;
        background: #fff;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        color: #0d56bc;
        line-height: 30px;
        text-align: center;
        border: 1px solid #0d56bc;
        transition: all 0.5s;
    }

    #accordion-group .panel-body .sub-lnk:hover > i {
        background: #0d56bc;
        color: #fff !important;
    }

    #accordion-group .panel-body .sub-lnk:hover {
        color: #000;
    }

#accordion-group .accordion-indicator {
    float: right;
    margin-top: 5px;
    background-color: #fff;
    display: block;
    height: 30px;
    width: 30px;
    z-index: 3;
    position: relative;
    text-align: right;
}

#accordion-group .panel-heading:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    transition: all 0.1s;
    position: absolute !important;
    right: 0px;
    display: block;
    line-height: 25px;
    width: 30px;
    background-color: #fff;
    z-index: 3;
    position: relative;
    text-align: center;
}

#accordion-group .panel-heading.active:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.skin-blue .wrapper {
    box-shadow: none;
}

#accordion-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px;
}

.box-header {
    background-color: #fff;
    border-radius: 0px;
    color: #333;
    padding: 10px 0px;
    margin: 10px;
}

.dashboard-item-row .info-box-number {
    font-size: 100%;
    font-weight: 400;
    background-color: #fff;
    border-top: 0px;
    border-bottom: 0px;
    margin: 0px;
    text-align: center;
    padding: 10px 0px;
}

.dashboard-item-row .info-box {
    min-height: 170px;
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px rgb(0 0 0 / 3%), 0 1px 4px rgb(0 0 0 / 3%);
    color: #333;
}

.dashboard-item-row .info-box-icon {
    background-color: #fff !important;
    color: #4992e8 !important;
    height: 75px !important;
}

.info-box-row {
    margin: 0px;
}

    .info-box-row .info-box .info-box-content .info-box-text {
        font-size: 12px;
        color: #333;
        font-weight: 500;
    }

#accordion-group .panel {
    margin-bottom: 20px !important;
}

#accordion-group .panel-title i {
    margin-right: 7px;
    font-size: 24px;
    float: left;
}

#accordion-group .panel-title:hover {
    color: #0d56bc;
}

.content-header > .breadcrumb > li > a {
    color: #0d56bc;
    font-weight: 500;
}

.content-wrapper .content-header h1 {
    margin-top: 20px;
}

.flex-row-home {
    display: flex;
}

    .flex-row-home .col-sm-12 {
        display: inline-flex;
    }

.summary-card {
    width: 90%;
    background-color: #eee;
    border-radius: 3px;
    text-align: center;
    border-top: 3px solid #5694e4;
    box-shadow: 0px 0px 3px #999;
    padding-top: 3px;
    margin: 0px auto;
    margin-bottom: 10px;
}

.summary-desc {
    background-color: #fff;
    line-height: 60px;
}

.mobile-app {
    float: right;
    margin-top: 20px;
}

.playstore-link {
    font-size: 11px;
    color: #666;
}

    .playstore-link > img {
        max-width: 100%;
        width: auto;
        height: auto;
        max-height: 30px;
    }

.content-box-table table {
    width: 100%;
}

.content-box-table thead {
    background-color: #F3F6F9;
}

.content-box .content-box-heading {
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-box-row .col-md-12 .content-box-heading {
    text-align: left;
}

.content-box .content-box-table {
    overflow-x: auto;
}

    .content-box .content-box-table table th,
    .content-box .content-box-table table td {
        padding: 13px 10px;
        border-bottom: solid 1px #EBEDF3;
        white-space: nowrap;
    }

.content-box.content-box-4 {
    width: 33.33%;
}

.content-box.content-box-6 {
    width: 49.2%;
}

.content-box .content-box-table table th {
    text-transform: uppercase;
}

.dataTable thead {
    background-color: #eef4fd !important;
}

.grid-report-container thead th,
.grid-report-container tfoot th {
    border: 0px;
    border-right: 1px solid #fff;
}

.grid-report-container tbody td {
    border: 0px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 1px solid #eee !important;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    border-top: 1px solid #eee !important;
    font-weight: bold;
    background-color: #eef4fd;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #ccc;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #fff;
}

    table.dataTable.display tbody tr.odd > .sorting_1,
    table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
        background-color: #fff;
    }

tr.group-end td {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(225 225 225) 0%, rgba(255, 255, 255, 1) 100%);
    font-weight: bold;
}

table.dataTable thead th:first-child,
table.dataTable tfoot th:first-child,
table.dataTable tbody td:first-child {
    border-left: 1px solid #eee;
}

.form-field-icon {
    /*color: #aaa; */
    color: #000;
}

.form-control {
    border-color: #bbb;
}

.dropdown-menu.right-menu {
    right: 0px !important;
    left: auto;
}

.dropdown-menu.quick-action {
    min-width: 180px;
}

.app-common-form .form-field-value .form-control-label {
    z-index: 12 !important;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover {
    background-color: #fff;
    border-color: #999;
    color: #aaa;
}

    .btn.disabled > .fa,
    .btn[disabled] > .fa,
    fieldset[disabled] .btn > .fa {
        color: #aaa;
    }

.has-feedback .btn {
    border-radius: 3px !important;
    height: 40px;
    margin-right: 10px;
}

.btn-primary {
    background: var(--primary);
    border-color: var(--primary);
}

    .btn-primary > .fa {
        color: #fff;
    }

    .btn-primary:hover {
        background: #0d56bc;
    }

    .btn-primary.btn:hover .fa {
        color: #fff;
    }

.box-header .btn-group .btn-quick-action > .fa {
    color: #000;
}

#MarkDiscount {
    display: block;
    line-height: 84px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-weight: bold;
    width: 70px;
    height: 80px;
    text-align: center;
    font-size: 30px;
    color: black;
    box-shadow: 0px 0px 4px #ccc;
    background-color: lawngreen;
    /* background: rgb(63,94,251); */
    /* background: linear-gradient(1deg, #333333 44%, #666666 44%); */
    position: fixed;
    right: 85px;
    bottom: 10px;
}

#billCount {
    display: block;
    line-height: 84px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-weight: bold;
    width: 70px;
    height: 80px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    box-shadow: 0px 0px 4px #ccc;
    background-color: #333;
    background: rgb(63, 94, 251);
    background: linear-gradient(1deg, #333333 44%, #666666 44%);
    position: fixed;
    right: 10px;
    bottom: 10px;
}


#ExpirySection {
    display: block;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-weight: bold;
    width: 350px;
    height: 100px;
    text-align: left;
    font-size: 12px;
    color: #fff;
    box-shadow: 0px 0px 4px #ccc;
    background-color: #333;
    background: rgb(63, 94, 251);
    background: linear-gradient(1deg, #333333 44%, #666666 44%);
    position: fixed;
    left: 10px;
    bottom: 10px;
}

/*Toast CSS*/
.toast.show {
    display: block;
}

.toast {
    position: relative;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    max-width: 350px;
    width: 100%;
    margin-bottom: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.375rem;
    display: none;
}

    .toast.toast-info {
        background: linear-gradient(-45deg, #0c56bc 44%, #4992e8 44%);
        color: white;
    }

    .toast.toast-danger {
        background: linear-gradient(-45deg, rgb(220,53,69) 44%, rgb(220,53,69) 44%);
        color: white;
    }

    .toast.toast-warning {
        background: linear-gradient(-45deg, rgb(255,193,7) 44%, rgb(255,193,7) 44%);
        color: white;
    }

    .toast .toast-header img {
        height: 20px;
        object-fit: scale-down;
    }

    .toast .close {
        color: white;
        opacity: 1;
        margin-left: 5px;
    }

.toast-container {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    margin-bottom: 1rem;
    bottom: 10px;
    left: 10px;
    z-index: 999;
}

.toast-header {
    /*background-color: #007bff;
    color: #fff;*/
    padding: 0.75rem 1rem;
    border-bottom: 0.5px solid #ccc;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.me-auto {
    margin-right: auto !important;
}

.toast-header span {
    margin-right: 5px;
}

.toast-header small {
    float: right;
    font-size: 14px;
}

.toast-body {
    padding: 1rem;
}

.alert-info {
    background: #4992e8 !important;
    border-color: #0d56bc;
}

.deficit-item-list .deficit-item-header .form-control-label,
.misc-item .misc-item-header span {
    font-weight: 500;
}

.modal-header {
    background-color: #1a3351;
}

.modal-title {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    float: left;
}

.modal-header .close {
    color: #fff;
}

.panel-body .sub-lnk > span {
    position: relative;
    top: -2px;
}

.content-box-table i {
    color: #0d56bc;
    font-size: 16px;
}

.content-box-table small {
    margin-left: 5px;
    min-width: 10px;
    display: inline-block;
}

.content-box {
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px rgb(0 0 0 / 3%), 0 1px 4px rgb(0 0 0 / 3%);
    color: #333;
    background-color: #fff;
    padding: 20px;
    height: 100%;
    width: 100%;
}

    .content-box .chart-note {
        background-color: #eee;
        padding: 10px;
        border-radius: 10px;
        margin-top: 20px;
        text-align: center;
        border-top: 2px solid #ccc;
    }

.icon-report-page {
    color: #9e8d77;
}

.icon-master-page {
    color: #057389;
}

.icon-transaction-page {
    color: #d2618c;
}

.icon-utility-setting {
    color: #cba25a;
}

.table-with-icon tr:nth-child(even) {
    background: #f9f9f9;
}

.table-with-icon tr:nth-child(odd) {
    background: #fff;
}

.table-with-icon [class^="icon-"],
.table-with-icon [class*=" icon-"] {
    top: 13px;
    left: 5px;
    font-size: 25px;
    font-weight: 500;
}

.table-with-icon > thead > tr > th,
.table-with-icon > tbody > tr > th,
.table-with-icon > tfoot > tr > th,
.table-with-icon > thead > tr > td,
.table-with-icon > tbody > tr > td,
.table-with-icon > tfoot > tr > td {
    line-height: 2.5em;
}

.mb-20 {
    margin-bottom: 20px;
}

.accordion-sale-order .panel-default > .panel-heading {
    border: 1px solid #ddd;
}

    .accordion-sale-order .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top: 0px;
        border: 1px solid #ddd;
    }

.accordion-sale-order .buttons {
    text-align: center;
}

.stepwizard-row:before {
    content: none;
}

.stepwizard-step {
    padding: 0px 20px;
}

    .stepwizard-step:before {
        content: "";
        width: 100%;
        height: 5px;
        background: #eee;
        display: block;
        position: absolute;
        top: 28px;
        z-index: 2;
        left: 45%;
    }

    .stepwizard-step .btn {
        position: relative;
        z-index: 4;
        margin-bottom: 10px;
    }

    .stepwizard-step .btn-circle {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 28px;
        font-weight: bold;
    }

    .stepwizard-step .disabled {
        background-color: #eee;
    }

    .stepwizard-step p {
        font-size: 16px;
        font-weight: bold;
    }

    .stepwizard-step:last-child:before {
        content: none;
    }

    .stepwizard-step small.active {
        color: #000;
    }

        .stepwizard-step small.active:after {
            position: absolute;
            content: "";
            width: 35%;
            height: 3px;
            background: #5bb75b;
            top: 100%;
            left: 35%;
        }

    .stepwizard-step small.inactive {
        color: #aaa;
    }

.stepwizard {
    display: block;
    width: auto;
    position: relative;
    margin-bottom: 30px;
}

.stepwizard-row {
    display: flex;
    justify-content: center;
}

.stepwizard .btn-default:hover {
    background: #016ab4;
    color: #fff;
}

.stepwizard .btn-default > i {
    color: #fff;
}

.stepwizard .btn-default:hover > i,
.stepwizard .btn-default:active > i,
.stepwizard .btn-default.hover > i {
    color: #fff;
}

.wizard-order .form-group select.form-control {
    -moz-appearance: auto;
    appearance: auto;
    -webkit-appearance: auto;
}

.wizard-order .panel-body {
    border: 2px solid #337ab7;
    padding: 35px 15px 15px 15px;
}

    .wizard-order .panel-body .btn-primary {
        font-size: 16px;
        border-radius: 5px;
        padding: 10px 20px;
    }

    .wizard-order .panel-body button.btn.btn-primary.nextBtn.pull-right {
        margin-left: 10px;
    }

.list-group-item {
    background-color: transparent;
    border: 0px;
}

#content .product-slider .product-thumb .product-imageblock .button-group,
#content .product-grid .product-thumb .product-imageblock .button-group {
    opacity: 1;
    bottom: 2px;
}

.additional-data .input-spinner {
    max-width: 100%;
    flex-wrap: nowrap;
    display: inline-flex;
}

    .additional-data .input-spinner .btn {
        display: inline-block;
        font-weight: 400;
        line-height: 1.5;
        color: #51585e;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: 0.43rem 0.84rem;
        font-size: 1rem;
        border-radius: 0.35rem !important;
        transition: color .1s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

.additional-data .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

    .additional-data .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
    .additional-data .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.additional-data .input-spinner .btn {
    width: 42px;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    box-shadow: none !important;
    height: 37px;
}

.additional-data .input-group .btn {
    position: relative;
    z-index: 2;
}

.additional-data .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.additional-data .input-group .form-control {
    display: block;
    width: 100%;
    padding: 0.43rem 0.84rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #51585e;
    background-color: #f9f9f9;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.35rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.additional-data .input-spinner input.form-control {
    text-align: center;
    border-color: #dee2e6;
    padding-left: 3px;
    padding-right: 3px;
    height: 37px;
    top: 10px;
}

.additional-data .input-group > .form-control,
.input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.additional-data .btn-light {
    background-color: #fff !important;
    border-color: #dee2e6 !important;
    color: #212529 !important;
}

.additional-data input[type=text] {
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    width: 100%;
}

.dvCheckout {
    padding: 10px;
}

    .dvCheckout td .input-group-btn .btn:not(.btn-nav-filter) {
        height: 36px !important;
        background-color: #d50d0d;
    }

        .dvCheckout td .input-group-btn .btn:not(.btn-nav-filter):hover {
            background-color: #f81212;
        }

            .dvCheckout td .input-group-btn .btn:not(.btn-nav-filter):hover .fa {
                color: inherit;
            }

    .dvCheckout .panel-body {
        border: 2px solid #f5f5f5;
    }

        .dvCheckout .panel-body .input-group-btn .btn-primary {
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
            box-shadow: none;
            margin-top: 0px;
            background-color: #333;
            border-color: #333;
            color: #fff;
        }

    .dvCheckout .buttons {
        border-bottom: 1px dashed #ccc;
        clear: both;
        display: flex;
        justify-content: end;
        padding-bottom: 15px;
    }

        .dvCheckout .buttons .btn-primary {
            background-color: #333;
            border-color: #333;
            color: #fff;
            margin-left: 10px;
        }

.box.boxed-link:hover,
.card.boxed-link:hover {
    border-color: #ccd1d6;
    box-shadow: 0 .05rem .2rem rgba(0, 0, 0, .03);
}

    .box.boxed-link:hover .icon,
    .card.boxed-link:hover .icon {
        background-color: #c3dbff;
    }

.box {
    padding: .8rem;
    border-radius: .35rem;
    border: 1px solid #dee2e6;
}

.product-imageblock img {
    max-height: 200px;
    height: auto;
    display: inline-block;
    margin: 0px auto;
}

.product-list .product-imageblock img {
    width: 100%;
    height: auto;
    max-width: 200px;
    max-height: fit-content;
}

.box-check {
    position: relative;
    margin-right: 25px;
    padding: 20px;
    margin-bottom: 20px;
    width: 160px;
}

    .box-check:hover:not(.active) {
        border-color: #6ea8fe;
    }

    .box-check .border-oncheck {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: 1px solid transparent;
        border-radius: .35rem;
        z-index: 1;
        mix-blend-mode: darken;
    }

    .box-check input:checked ~ .border-oncheck {
        border-color: #0d6efd;
        background-color: rgba(231, 241, 255, .5);
    }

    .box-check .form-check-input {
        width: 20px;
        height: 20px;
    }

    .box-check .form-check-label {
        position: relative;
        top: -3px;
        font-size: 18px;
        left: 4px;
    }

.d-inline-flex {
    display: inline-flex !important;
}

.dvSalesOrder #column-left {
    width: 20%;
}

.dvSalesOrder .category-banner .img-thumbnail {
    min-width: 100%;
}

.dvSalesOrder select.form-control {
    padding: 5px 12px 5px 12px;
    height: auto;
}

.dvSalesOrder .btn-list-grid .btn {
    border-radius: 0px;
}

.dvSalesOrder #compare-total {
    margin-top: 15px;
}

.dvSalesOrder .product-thumb .product-name a {
    font-family: inherit;
    font-weight: bold;
    color: #333;
    font-size: 14px;
    height: 60px;
    overflow: hidden;
    display: block;
}

.dvSalesOrder .product-thumb .product-name {
    margin: 10px 0px 10px;
}

.dvSalesOrder .additional-data .input-group {
    max-width: 100%;
}

.dvSalesOrder .product-imageblock .topbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    text-align: left;
    padding: 10px 15px;
}

    .dvSalesOrder .product-imageblock .topbar .badge {
        border-radius: 5px;
        margin-right: 10px;
    }

    .dvSalesOrder .product-imageblock .topbar .badge-new {
        background-color: #ff2748 !important;
    }

    .dvSalesOrder .product-imageblock .topbar .badge-offer {
        background-color: #ff8100 !important;
    }

    .dvSalesOrder .product-imageblock .topbar .badge-cart {
        background-color: #fff;
        width: auto;
        height: 23px;
        font-size: 11px;
        color: #333;
        display: inline-block;
        border-radius: 5px;
        text-align: left;
        line-height: 9px;
        /*    position: absolute;
    right: 4px;
    top: 11px;
*/
        box-shadow: inset 0px 0px 3px #ccc;
    }

.dvSalesOrder .product-list .product-thumb {
    display: flex;
    align-items: center;
    margin: 0 0 40px;
    padding: 0 0 60px;
}

    .dvSalesOrder .product-list .product-thumb .caption {
        width: 50%;
        padding-right: 30px;
        text-align: justify;
    }

    .dvSalesOrder .product-list .product-thumb .additional-data {
        width: 30%;
    }

    .dvSalesOrder .product-list .product-thumb .button-group {
        position: absolute;
        width: auto;
        bottom: 56px;
        right: 3px;
        border-left: 0px;
    }

    .dvSalesOrder .product-list .product-thumb .image {
        position: relative;
    }

.dvSalesOrder .prevBtn {
    background: #333;
    border-color: #333;
    margin-right: 10px;
}

.dvSalesOrder .checkout-flow {
    background: #333;
    border-color: #333;
}

.load-more {
    cursor: pointer;
    background-color: #eee;
    color: #333;
    box-shadow: 0px 0px 1px #666;
}

.agent-profile h3.display-5 {
    font-size: 21px;
    color: #000;
}

.agent-profile h6 {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.agent-profile .skill-block {
    width: 20%;
    display: inline-block;
    padding: 10px 20px;
    border: 2px dashed #ccc;
    margin-right: 25px;
    border-radius: 10px;
}

    .agent-profile .skill-block h4 {
        font-size: 32px;
        color: #000;
    }

.agent-profile .skill-block-row {
    margin-bottom: 30px;
}

.agent-profile .profile-avatar {
    margin-top: 19px;
}

    .agent-profile .profile-avatar .img-rounded-square {
        width: 200px;
        height: auto;
        border-radius: 20px;
        margin: 0 auto;
        padding: 3px;
        border: 3px solid #d2d6de;
        max-width: 100%;
    }

.checkoutTable table tbody tr:nth-child(even) {
    border-top: dotted 2px #999;
    border-bottom: dotted 2px #999;
}

.checkoutTable td[data-content="Unit Price"] {
    font-weight: bold;
}

.checkoutTable .img-thumbnail {
    height: auto !important;
    margin: 0px;
}

table.checkoutTable td {
    border-bottom: 1px solid #eee;
    padding: 10px;
    min-height: 40px;
}

#accordion .control-label {
    font-size: 16px;
    margin-top: 10px;
}

table.checkoutTable td:last-child {
    border-bottom: 0px;
}

.checkoutTable tr {
    display: block;
    border-bottom: 3px dashed #cccc;
    padding-bottom: 30px;
}

.checkoutTableSummary td {
    padding-bottom: 10px !important;
}

.checkoutTableSummary #subGrand {
    font-weight: bold;
}

.wizard-summary .panel-heading {
    background-color: #eee;
    border-color: #eee;
    color: #333;
}

.wizard-summary .panel-body {
    background-color: #fff;
    border: 1px solid #cccc;
    padding: 20px;
}

.wizard-summary ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.wizard-summary li {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #eee;
    border-bottom: 2px solid #5bb75b;
    margin: 10px 30px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

    .wizard-summary li:hover {
        background-color: #eee;
    }

.skill-block-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.agent-profile {
    width: 100%;
}

.navbar-custom-menu {
    width: 33%;
}

.product-slider .product-thumb .product-imageblock,
#content .product-grid .product-thumb .product-imageblock {
    border: 1px solid #ccc;
}

.dvSalesOrder .product-grid .product-thumb .product-imageblock a.lnkitem {
    line-height: 200px;
    vertical-align: middle;
    min-height: 200px;
    display: inline-block;
}

.dvSalesOrder .product-grid .button-group {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px !important;
    position: relative !important;
}

.dvSalesOrder .item-search-on .btn {
    margin-top: auto;
}

.product-grid .fa-heart-o {
    color: #ff0000;
    position: absolute;
    left: 10px;
    top: 14px;
}

.product-list .fa-heart-o {
    color: #ff0000;
    margin-top: 10px;
}

.dvItemDetail .product-thumb .button-group {
    margin-top: 10px;
}

.productblock-title {
    font-family: inherit;
}

.productinfo-tab .tab-content {
    border-width: 0px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#sbOne,
#sbTwo {
    width: 100%;
    height: 300px;
    min-width: 100px;
}

.tblTaskFilter td:nth-child(1) {
    width: 40%;
}

.tblTaskFilter td:nth-child(2) {
    width: 10%;
}

.tblTaskFilter td:nth-child(3) {
    width: 40%;
}

.tblTaskFilter td:nth-child(4) {
    width: 10%;
    text-align: center;
}

.tblTaskFilter td:nth-child(2) input[type="button"] {
    width: 40px;
    height: 30px;
    background: #0d56bc;
    border: 0px;
    color: #fff;
    margin-bottom: 1px;
}

.tblTaskFilter td:nth-child(4) input[type="button"] {
    width: 40px;
    height: 30px;
    background: #0d56bc;
    border: 0px;
    color: #fff;
    margin-bottom: 1px;
    font-family: 'FontAwesome';
}

.large-badge {
    font-size: 16px;
}

#dvGrid a.itmScheme {
    border-bottom: 1px dashed #0d56bc;
}

    #dvGrid a.itmScheme.remark {
        padding: 3px;
        border-radius: 3px;
        display: inline-block;
        border-bottom: 0px;
        position: relative;
    }

        #dvGrid a.itmScheme.remark:after {
            content: "\f0e6";
            font-family: 'FontAwesome';
            position: absolute;
            right: -9px;
            font-size: 19px;
            bottom: -3px;
            background-color: #fff;
            width: 30px;
            height: 30px;
            text-align: center;
            border-radius: 100%;
            box-shadow: 0px 0px 3px #ccc;
            color: #dc0000;
        }

.dvSalesOrder .product-thumb > .button-group {
    display: block !important;
    margin-top: 10px;
}

    .dvSalesOrder .product-thumb > .button-group > .addtocart-btn {
        margin-top: 10px;
    }

.dvSalesOrder .product-grid .product-imageblock .button-group {
    display: none;
}

.dvSalesOrder .grid-list-wrapper .product-grid {
    margin-bottom: 40px;
}

#checkOutGlobal1 {
    display: block;
    line-height: 65px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-weight: bold;
    width: 70px;
    height: 80px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    box-shadow: 0px 0px 4px #ccc;
    background-color: #333;
    background: rgb(63, 94, 251);
    background: linear-gradient(1deg, #333333 44%, #666666 44%);
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
}

#balanceGlobal {
    display: block;
    line-height: 65px;
    border: 2px solid #000;
    border-radius: 10px;
    font-weight: bold;
    width: 150px;
    height: 80px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    box-shadow: none;
    background-color: #333;
    background: #fff;
    background: linear-gradient(1deg, #333 44%, #777 44%);
    position: fixed;
    right: -6px;
    bottom: 50%;
    z-index: 9999;
    border-top: 0px;
}

    #balanceGlobal i.fa-rupee {
        font-size: 30px;
        position: absolute;
        top: 7px;
        left: 0px;
        width: 100%;
    }

    #balanceGlobal .badge {
        position: absolute;
        top: 40px !important;
        left: 5%;
        font-size: 19px;
        width: 90%;
        color: #000;
    }

.checkoutTable .item-row {
    margin-bottom: 90px;
}

    .checkoutTable .item-row .row {
        border-bottom: 1px solid #eee;
        padding-top: 8px;
        padding-bottom: 8px;
        margin: 0px;
    }

.btn-danger {
    background-color: #dd4b39;
    border-color: #d73925;
}

    .btn-danger:hover,
    .btn-danger:active,
    .btn-danger.hover {
        background-color: #d73925;
    }

.dvCheckout .item-total {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
}

    .dvCheckout .item-total .row {
        padding-top: 8px;
        padding-bottom: 8px;
    }

.dvCheckout .item-second-column h4 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
}

.dvCheckout .checkout-summary {
    text-align: right;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    display: block;
    float: right;
    padding: 10px;
    background-color: #fafafa;
    border-radius: 5px;
}

.dvCheckout .item-third-column strong {
    font-size: 20px;
    margin-top: 10px;
    display: block;
}

.dvCheckout .item-checkout-row {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    clear: both;
    padding-bottom: 10px;
}

.dvSalesOrder .agent-dropdown select {
    font-size: 18px;
    color: #333;
    padding: 5px 10px;
    background-color: #f3f8ff !important;
    font-weight: bold;
    white-space: normal;
    height: 60px;
    display: block;
}

.dvSalesOrder .agent-dropdown label {
    background-color: #f3f8ff !important;
    border-radius: 3px;
    color: #333 !important;
    padding: 5px 10px !important;
    font-weight: bold !important;
}

.dvSalesOrder .product-detail .icon-stock-count {
    color: #337ab7;
    font-size: 16px;
    padding-right: 5px;
}

.dvSalesOrder .product-detail .instocknumber {
    font-weight: bold;
    font-size: 16px;
}

.dvSalesOrder .product-detail .mrpnumber {
    font-size: 20px;
    font-weight: bold;
    color: #337ab7;
}

.dvSalesOrder .product-detail .badge-offer {
    background-color: gold;
    color: #333;
}

#tblGrid .table thead {
    background-color: var(--primary);
    color: #fff;
    white-space: nowrap;
}

.pendingbills .col-md-3 {
    padding: 20px;
}

.pendingbills .oddrow {
    background-color: #eee;
}

.pendingbills input.form-control {
    padding: 0px 10px;
    font-size: 16px;
    font-weight: bold;
}

.pendingbills .outstanding {
    font-size: 24px;
    display: block;
    background-color: #ffd6d6;
    color: #c44040;
    padding: 10px;
    border-radius: 10px;
    font-weight: 700;
    text-align: center;
    border: 1px solid #c44040;
    margin-bottom: 20px;
    line-height: 1;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.pendingbills .col-md-3 label {
    font-size: 16px;
    color: #666;
}

.pendingbills .col-md-3 span {
    font-size: 16px;
    font-weight: bold;
}

#column-left {
    display: none;
}

.ptsettings {
    background-image: url('rupee_bg.jpg');
    background-size: cover;
    padding: 30px;
    text-align: center;
}

    .ptsettings strong {
        display: block;
        color: #fff;
    }

    .ptsettings em {
        font-size: 94px;
        line-height: normal;
        font-weight: 100;
        color: #fff;
        font-style: normal;
        text-shadow: 0px 1px 10px #000;
    }

    .ptsettings .partyinfo {
        text-align: left;
    }

@media only screen and (max-width: 767px) {
    .sidebar-mini.sidebar-collapse .main-header {
        margin-left: 0px;
    }

    .skin-blue .main-header .logo,
    .skin-blue .main-header .logo:hover {
        background-color: #fff;
        height: 56px;
        border-bottom: 1px solid #eee;
    }

    .skin-blue .wrapper,
    .skin-blue .main-sidebar,
    .skin-blue .left-side {
        z-index: 50;
    }

    .screen-action .btn {
        font-size: 10px;
        /*margin-top: 15px;*/
        margin-top: 0px;
        margin-bottom: 15px;
    }

    button.dt-button,
    div.dt-button,
    a.dt-button {
        font-size: 10px;
    }

    .flex-row-home {
        display: block;
    }

        .flex-row-home .box-body {
            overflow-x: scroll;
        }

    table.dataTable > tbody > tr.child ul.dtr-details > li span.dtr-title {
        width: auto;
    }

    .dashboard-item-row .info-box-number {
        font-size: 13px;
    }

    .content-box-table {
        overflow-x: scroll;
    }

        .content-box-table .view-all {
            margin-bottom: 10px;
            display: block;
            margin-top: 10px;
        }

    .network-status > .network-text {
        display: none;
    }

    .has-feedback .btn {
        margin-bottom: 10px;
        width: 100%;
    }

    #tblPendingGrid > h4 {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
    }

    .modal-backdrop {
        z-index: 49;
    }

    .content-box {
        margin-bottom: 20px;
    }

    .box-body > * {
        padding: 0px 2px !important;
    }

    .box {
        margin: 0px;
    }

    .main-footer {
        margin-top: 20px !important;
    }

    .app-common-form .form-field {
        margin-top: 20px;
    }

    .pendingbills .col-md-3 {
        padding: 8px 20px;
    }

    .pendingbills .row {
        margin: 5px 0px;
    }

    #balanceGlobal {
        left: calc(100% / 3);
        bottom: 59px;
        right: auto;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    #column-left {
        position: fixed;
        z-index: 999;
        top: 0px;
        left: -17px;
        height: 100%;
        overflow: auto;
        transition: 1s;
        display: block;
    }

    #notificationGlobal {
        right: 0px;
        top: 80px;
        bottom: auto;
    }

    #dialog-confirm,
    .agent-profile,
    .stepwizard,
    .wizard-summary {
        /*display: none;*/
    }
}

@media only screen and (max-width: 1023px) {
    .skin-blue .main-header .navbar .company-title {
        background-color: #f4f6f9;
        box-shadow: 0px 2px 3px #ccc;
    }

        .skin-blue .main-header .navbar .company-title > span {
            display: none;
        }

        .skin-blue .main-header .navbar .company-title > div {
            text-align: right;
            width: 100%;
        }

        .skin-blue .main-header .navbar .company-title > span.page-title {
            display: table;
        }
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
        margin-top: 0;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
        display: block !important;
        position: absolute;
        width: 240px;
        left: 50px;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
        top: 44px;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
        left: 250px !important;
    }

    .content-box-row {
        margin-bottom: 20px;
        display: flex;
    }

        .content-box-row .col-md-4,
        .content-box-row .col-md-3,
        .content-box-row .col-md-2 {
            display: inline-flex;
        }

    .sidebar-collapse .navbar-custom-menu {
        /* width: 29%; */
    }
}


/* Media Query for Mobile Devices */

@media(max-width: 480px) {
    .stepwizard-row {
        flex-flow: wrap;
    }

    .stepwizard-step:before {
        content: none;
    }

    .stepwizard-step {
        padding: 0px 6px;
    }

    .box-check {
        width: 100%;
        margin: 0px auto 20px;
    }

    .dvSalesOrder #column-left {
        width: 100%;
    }

        .dvSalesOrder #column-left .banner {
            float: none;
        }

    .agent-profile {
        text-align: center;
    }

        .agent-profile .skill-block {
            width: 40%;
            margin-right: 10px;
            margin-bottom: 10px;
            padding: 10px;
            text-align: center;
        }

    .wizard-order .panel-body {
        padding: 5px;
    }

    .product-imageblock img {
        max-height: fit-content;
    }

    #content .product-grid .product-grid-item,
    .grid-list-wrapper .product-grid {
        width: 50%;
    }

    #content .product-thumb .product-price {
        float: none;
    }

    #content .product-thumb .rating {
        float: none;
        display: block;
    }

    .agent-profile,
    .panel-primary.wizard-summary {
        display: none;
    }

    .mobile-bottom-navbar .nav > li > a:hover,
    .mobile-bottom-navbar .nav > li > a:active,
    .mobile-bottom-navbar .nav > li > a:focus {
        background: #0d56bc;
        color: #fff !important;
    }
    /*#checkOutGlobal {
        display: none !important;
    }*/
    .dvsummary-data.place-holder {
        position: fixed;
        z-index: 999;
        top: 0px;
        left: -100%;
        height: 100%;
        overflow: auto;
        transition: 1s;
        display: block;
        width: 100%;
        -webkit-animation: slideInLeft 300ms forwards;
        -webkit-animation-delay: 300ms;
        animation: slideInLeft 300ms forwards;
        animation-delay: 300ms;
    }

    .dvsummary-data h3.header-title {
        padding: 10px;
        font-size: 14px;
        font-weight: bold;
        background-color: #333;
        margin: 0px;
        color: #fff;
    }

    .dvprofile-data.place-holder {
        position: fixed;
        z-index: 999;
        top: 0px;
        left: -100%;
        height: 100%;
        overflow: auto;
        transition: 1s;
        display: block;
        width: 100%;
        -webkit-animation: slideInLeft 300ms forwards;
        -webkit-animation-delay: 300ms;
        animation: slideInLeft 300ms forwards;
        animation-delay: 300ms;
    }

    @keyframes slideInLeft {
        100% {
            left: 0px;
        }
    }

    .dvprofile-data h3.header-title {
        padding: 10px;
        font-size: 14px;
        font-weight: bold;
        background-color: #333;
        margin: 0px;
        color: #fff;
    }

    .dvprofile-data .profile-avatar .img-rounded-square {
        max-height: 100px;
        border-radius: 50%;
        box-shadow: 0px 0px 5px #ccc;
        border: 4px solid #fff;
    }

    .dvprofile-data h3.display-5 {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        color: #333;
    }

    .dvprofile-data #profileRole {
        text-align: center;
        font-size: 13px;
    }
}


/* Media Query Only for Tablets */

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .dvSalesOrder .product-list .product-thumb .caption {
        width: 38%;
        padding-right: 20px;
    }

    .dvSalesOrder .product-list .product-thumb .additional-data {
        width: 28%;
    }

    .dvSalesOrder .box-check {
        margin-right: 10px;
        padding: 20px 5px;
        margin-bottom: 20px;
        width: 125px;
        margin-left: 1px;
    }

        .dvSalesOrder .box-check .form-check-input {
            width: 15px;
            height: 15px;
        }

        .dvSalesOrder .box-check .form-check-label {
            font-size: 14px;
        }

    .dvSalesOrder .col-sm-3 {
        width: 30% !important;
    }

    .dvSalesOrder .col-sm-9 {
        width: 70%;
    }

    .agent-profile .skill-block {
        width: 40%;
        margin-right: 2.5%;
        border-radius: 10px;
        margin-bottom: 2.5%;
    }

    .product-thumb .image img {
        width: auto;
        max-width: 100%;
    }
}


/* Color Library for Icons */

.color-1 {
    color: #7d83db !important;
    border-color: #7d83db !important;
}

.color-2 {
    color: #a4489b !important;
    border-color: #a4489b !important;
}

.color-3 {
    color: #2e1e5f !important;
    border-color: #2e1e5f !important;
}

.color-4 {
    color: #3b2e7d !important;
    border-color: #3b2e7d !important;
}

.color-5 {
    color: #70ae5b !important;
    border-color: #70ae5b !important;
}

.color-6 {
    color: #579e90 !important;
    border-color: #579e90 !important;
}

.color-7 {
    color: #a79361 !important;
    border-color: #a79361 !important;
}

.color-8 {
    color: #012e67 !important;
    border-color: #012e67 !important;
}

.color-9 {
    color: #9cacbf !important;
    border-color: #9cacbf !important;
}

.color-10 {
    color: #ffa5d8 !important;
    border-color: #ffa5d8 !important;
}

.color-11 {
    color: #9579d1 !important;
    border-color: #9579d1 !important;
}

.color-12 {
    color: #8682bd !important;
    border-color: #8682bd !important;
}

.color-13 {
    color: #96dff4 !important;
    border-color: #96dff4 !important;
}

.color-14 {
    color: #f662d1 !important;
    border-color: #f662d1 !important;
}

.color-15 {
    color: #005e09 !important;
    border-color: #005e09 !important;
}

a > .color-1:hover {
    background-color: #7d83db !important;
    color: #ffffff !important;
}

a > .color-2:hover {
    background-color: #a4489b !important;
    color: #ffffff !important;
}

a > .color-3:hover {
    background-color: #2e1e5f !important;
    color: #ffffff !important;
}

a > .color-4:hover {
    background-color: #3b2e7d !important;
    color: #ffffff !important;
}

a > .color-5:hover {
    background-color: #70ae5b !important;
    color: #ffffff !important;
}

a > .color-6:hover {
    background-color: #579e90 !important;
    color: #ffffff !important;
}

a > .color-7:hover {
    background-color: #a79361 !important;
    color: #ffffff !important;
}

a > .color-8:hover {
    background-color: #012e67 !important;
    color: #ffffff !important;
}

a > .color-9:hover {
    background-color: #9cacbf !important;
    color: #ffffff !important;
}

a > .color-10:hover {
    background-color: #ffa5d8 !important;
    color: #ffffff !important;
}

a > .color-11:hover {
    background-color: #9579d1 !important;
    color: #ffffff !important;
}

a > .color-12:hover {
    background-color: #8682bd !important;
    color: #ffffff !important;
}

a > .color-13:hover {
    background-color: #96dff4 !important;
    color: #ffffff !important;
}

a > .color-14:hover {
    background-color: #f662d1 !important;
    color: #ffffff !important;
}

a > .color-15:hover {
    background-color: #005e09 !important;
    color: #ffffff !important;
}

.badge-color-1 {
    color: #0ab39c;
    background-color: rgba(10, 179, 156, .1);
    display: inline-block;
    border-radius: 3px;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 2em;
}

ul.box-list-vertical.check-list li p > .fa-check {
    color: #0d56bc;
    font-size: 16px;
}

ul.box-list-vertical.check-list b > i {
    margin-right: 5px;
}

ul.box-list-vertical.check-list li p span > i {
    font-size: 25px;
    padding-right: 10px;
    float: left;
}

.features-list ul.box-list-vertical li {
    margin-bottom: 14px;
    border-bottom: 1px solid #eee;
}

.features-list ul.box-list-vertical {
    margin-top: 14px;
}

@media (min-width: 1600px) and (max-width: 2390px) {
    .navbar-custom-menu {
        width: 27%;
    }
}

@media (min-width: 2400px) {
    .navbar-custom-menu {
        width: 16%;
    }
}

.stk-highlight {
    background-color: aliceblue;
}

.bootstrap-select > .dropdown-toggle.btn-default {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.bootstrap-select {
    padding-top: 2px !important;
    border: 1px solid #ccc !important;
    z-index: 15 !important;
}

.custom-bootstrap-select.form-field-value .form-control-label {
    z-index: 16 !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}

.table .chkSelect {
    height: 22px;
    width: 40px;
}

    .table .chkSelect:focus {
        outline: none;
    }

.table .chkMandatory {
    height: 22px;
    width: 40px;
}

    .table .chkMandatory:focus {
        outline: none;
    }


/*Page Title*/

.page-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 0.2rem;
}

#accordion-group .panel-body .sub-lnk > i {
    font-size: 24px;
    line-height: 44px;
    width: 48px;
    height: 48px;
    /* border: none;
    border-radius: 0;
    background: transparent */
}

#accordion-group .panel-body .sub-lnk {
    /* width: 100%;
    border: 1px solid #ccc;
    padding-right: 10px;
    border-radius: 8px; */
}

    #accordion-group .panel-body .sub-lnk:hover > i {
        /* border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 1px solid var(--primary); */
    }

@media (max-width: 767px) {

    .navbar-custom-menu .navbar-nav li:nth-last-child(1) {
        float: right;
    }
}